home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archivers / CompDisk / PreInclude.c < prev    next >
C/C++ Source or Header  |  1996-09-26  |  540b  |  23 lines

  1. #include <libraries/filehandler.h>
  2. #include <workbench/workbench.h>
  3. #include <libraries/dosextens.h>
  4. #include <libraries/reqbase.h>
  5. #include <libraries/arpbase.h>
  6. #include <workbench/startup.h>
  7. #include <devices/trackdisk.h>
  8. #include <exec/execbase.h>
  9. #include <devices/audio.h>
  10. #include <exec/memory.h>
  11.  
  12. #include <proto/intuition.h>
  13. #include <proto/graphics.h>
  14. #include <proto/reqproto.h>
  15. #include <proto/icon.h>
  16. #include <proto/exec.h>
  17. #include <proto/dos.h>
  18.  
  19. #include <stdlib.h>
  20. #include <string.h>
  21. #include <stdio.h>
  22. #include <ctype.h>
  23.